Skip to content

Add configuration opcache.jit_max_trace_length#16

Open
wxue1 wants to merge 1 commit into
PHP-8.1.4from
maxlen_trace
Open

Add configuration opcache.jit_max_trace_length#16
wxue1 wants to merge 1 commit into
PHP-8.1.4from
maxlen_trace

Conversation

@wxue1

@wxue1 wxue1 commented Apr 28, 2023

Copy link
Copy Markdown
Owner

Max length of a single trace. A long trace generates long JITTed code, which influences the performance slightly.
opcache.jit_max_trace_length range is [4,INF), the default value is 1024.

Reviewed-by: Su, Tao tao.su@intel.com

Max length of a single trace. A long trace generates long JITTed
code, which influences the performance slightly.
opcache.jit_max_trace_length range is [4,1024], the default value
is 512.

Signed-off-by: Wang, Xue   <xue1.wang@intel.com>
Reviewed-by: Su, Tao     <tao.su@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant